projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68fcede
)
lockbutton: ensure the lock symbolic icon is rendered 16x16px
author
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 2 Jun 2011 19:16:41 +0000
(15:16 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 6 Jun 2011 19:12:27 +0000
(15:12 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=651734
gtk/gtklockbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtklockbutton.c
b/gtk/gtklockbutton.c
index 746812aa18f33429a1202cfcb359fffd8f0bb0e1..51306b43f8036fbc1d6dbbca1a7213d6c5f2c1ed 100644
(file)
--- a/
gtk/gtklockbutton.c
+++ b/
gtk/gtklockbutton.c
@@
-385,7
+385,7
@@
update_state (GtkLockButton *button)
g_assert_not_reached ();
}
- gtk_image_set_from_gicon (GTK_IMAGE (priv->image), icon, GTK_ICON_SIZE_
BUTTON
);
+ gtk_image_set_from_gicon (GTK_IMAGE (priv->image), icon, GTK_ICON_SIZE_
MENU
);
gtk_widget_set_visible (priv->label_lock, allowed);
gtk_widget_set_visible (priv->label_unlock, !allowed);
gtk_widget_set_tooltip_markup (GTK_WIDGET (button), tooltip);